home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-21 | 578 b | 28 lines | [TEXT/MPS ] |
- #========================================================================================
- #
- # File: ClockPart.exp
- # Release Version: $ 1.0d1 $
- #
- # Author: Lonnie Millett
- # Creation Date: 3/28/94
- #
- # Copyright: © 1993, 1994 by Apple Computer, Inc., all rights reserved.
- #
- #========================================================================================
-
- #include "ClockPar.h"
-
- #define kAnalogClockID "appl:framework:sample:analogclock$library"
-
- Library {
- id = kAnalogClockID;
- version = 1.0.0;
- };
-
- Class CClockPart
- {
- version = 1.0.0;
- flags = newobject;
- };
-
-